/*Cible les éléments a possédant 
*un attribut href dont la
 *valeur se termine par ".com"*/
a[href$=".com"]{
    background-color: orange;
}
